home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / cron.conf < prev    next >
Text File  |  2009-09-15  |  297b  |  15 lines

  1. # cron - regular background program processing daemon
  2. #
  3. # cron is a standard UNIX program that runs user-specified programs at
  4. # periodic scheduled times
  5.  
  6. description    "regular background program processing daemon"
  7.  
  8. start on runlevel [2345]
  9. stop on runlevel [!2345]
  10.  
  11. expect fork
  12. respawn
  13.  
  14. exec cron
  15.